home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / fileutil / eddy8h.zip / EDDY.INI < prev    next >
INI File  |  1997-02-04  |  5KB  |  94 lines

  1. ;
  2. ; EDDY.INI - Configuration file for EDDY v.8h (C) 1987-1997 by John Scofield
  3. ;    Created on  2-04-97  8:08:00a
  4. ;
  5. ; This file is used to record selections for customizing EDDY (by executing
  6. ; "EDDY /0").  If EDDY.INI is present during customizing, these selections
  7. ; from EDDY.INI will be used as defaults.  You may then make changes to the
  8. ; settings in EDDY during the customizing process.  When everything is set
  9. ; the way you prefer and you create your new, customized copy of EDDY, a new
  10. ; EDDY.INI containing those settings will also be created.
  11. ;
  12. ; For detailed explanations of the use and settings of configuration parameters
  13. ; refer to EDDY.DOC, Section 31.3
  14. ;
  15. ; Anything following a semicolon is treated as a comment, and is ignored.
  16. ; Comments may be added to or deleted from EDDY.INI as desired.
  17.  
  18. [administrivia]
  19. configure=no          ; 'yes' = always use EDDY.INI, else only when customizing
  20. name=
  21. serial=
  22.  
  23. [screen]
  24. edit colors=T0Bh,H1Bh,C1Eh,W1Eh  ; T)ext,H)eadings,C)ursor,W)indows
  25. help colors=T07h,C0Eh,H70h       ; T)ext,C)ursor,H)ighlights
  26. max lines=auto detect ; override for monitor # of lines (limit: 66)
  27.  
  28. [keyboard]
  29. keypad=no             ; 'yes' = recognize NumLock state at startup
  30.                       ; 'no' = Numeric keypad treated as cursor control only
  31.  
  32. [mouse]
  33. action=[F3]           ; key simulated when primary mouse button pressed
  34. button=left           ; indicates which mouse button is treated as 'primary'
  35. double click=4        ; max interval (10ths of second) between 'double' clicks
  36. reset=quick           ; mouse reset method: 'quick' = s/w reset, 'sure' = h/w
  37. sensitivity=v25,h25   ; 'v/h' = 'vert/horz', 00 = least sensitive, 99 = most
  38.  
  39. [printer]
  40. port=LPT1             ; printer port -- only parallel printers supported
  41.  
  42. [EDIT mode]
  43. attributes filter=none   ; file attribute filter: R/H/S/D/A/N...
  44.                       ; ...read-only/hidden/system/directory/archive/network...
  45.                       ; ...uppercase = include file if attribute on
  46.                       ; ...lowercase = include file if attribute off
  47.                       ; ...blank = not used as filter
  48. attributes style=1    ; style for display of file attributes...
  49.                       ; ..."1" = use attribute letters, "2" = use "y" & "n"
  50. controls=YYCCNN       ; for tagging: 'Y' = yes, 'N' = no, 'C' = confirm
  51. date style=           ; 'mdy', 'dmy' or 'ymd', indicating date format
  52.                       ; ...blank to use COUNTRY.SYS, if present, else 'mdy'
  53. easy look=yes         ; 'yes' = [Enter] treated like [F3] if no pending updates
  54.                       ; 'no' = [Enter] means 'Update' only
  55. options=abcdefhklmrt  ; option letters (uppercase = 'ON', lowercase = 'OFF')
  56. sort=N                ; edit mode display sequence...
  57. ;                       ...N)ame, E)xtension, D)ate, S)ize, H)our, U)nsorted...
  58. ;                       ...uppercase = ascending sort, lowercase = descending
  59. target=box            ; 'tree' = use tree diagram to select, 'box' = dialog box
  60. timestamp=ask         ; 'ask' or 'auto': timestamp handling with [^Enter] for...
  61.                       ; ...files copied or patched (or customizing EDDY.COM)
  62. work=box              ; 'tree' = use tree diagram to select, 'box' = dialog box
  63.  
  64. [LOOK mode]
  65. auto scroll=3         ; 1 = slowest, 9 = fastest
  66. bit strip=no          ; 'yes' = strip high-order bit in bytes displayed
  67. hex toggle=[Tab]      ; key used for hex/ASCII toggle
  68. line wrap=no          ; 'yes' = line wrapping ON
  69. sector patch=yes      ; 'yes' if disk sector patching allowed
  70. snow OK=no            ; CGA only. 'yes' = "flickering" OK when LOOKing at RAM
  71. tabs=8                ; interval (# of bytes) used for tab expansion
  72.  
  73. [UPDATE mode]
  74. copy error=#          ; value written to files copied if those files have...
  75.                       ; ...errors ("bad spots"), showing where the errors are
  76. packing=heavy         ; 'light' = 1st byte of deleted dir erased by "pack"
  77.                       ; 'heavy' = all (32) bytes erased, and...
  78.                       ; ...files copied have slack bytes erased
  79. security=ask          ; 'std'/'high' security for DESTROY overwrite
  80.                       ; ...'ask' means ask preference for each UPDATE
  81. trashcan=
  82. ; Path for "trashcan" (temporary storage for deleted files)
  83.  
  84. [DOS gateway]
  85. ; Point-n-shoot command used when [Shift+F8] pressed...
  86. ; (NOTE: Include full path needed to find & execute command)
  87. command=C:\UTIL\DOS2UNIX  %@%f
  88. pause=yes             ; 'yes' to pause after above "command" is executed
  89. prompt=Exit$g         ; DOS prompt used to show EDDY's DOS Gateway in use
  90. swap path=
  91. ; Path for "swap file", used to make more RAM available to Gateway
  92. ;===============================================================================
  93.  
  94.